home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00266.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  203 b   |  13 lines

  1. on startmovie1
  2.   global fullscreenG, gRewind, gSpeed, LastButton
  3.   openXLib("QT.X")
  4.   set LastButton to 0
  5.   set fullscreenG to 0
  6.   set gRewind to 0
  7.   set gSpeed to 1
  8. end
  9.  
  10. on stopmovie1
  11.   closeXLib()
  12. end
  13.